home *** CD-ROM | disk | FTP | other *** search
/ Night Owl - The Best of BBS / Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso / 014a / ezbbs215.lha / Install_EazyBBS < prev    next >
AmigaDOS Script File  |  1994-02-26  |  3KB  |  98 lines

  1. .key dest1
  2. .bra {
  3. .ket }
  4.  
  5. FailAt 21
  6. If EXISTS "{dest1}"
  7.     If "{dest1}" EQ ""
  8.         Set dest2 "`cd`"
  9.     Else
  10.         Set dest2 "{dest1}"
  11.     EndIf
  12. Else
  13.     Set dest2 "`cd`"
  14. EndIf
  15.  
  16. Echo "*N Welcome to *E[1mEazyBBS Mailbox *E[0m!*N"
  17.  
  18. Echo "EazyBBS is very eazy to install.  You just need some assigns,"
  19. Echo "some pathes...  that's it. Okay, it's recommendable to read the"
  20. Echo "manual, cause before running a public Mailbox you should configure"
  21. Echo "EazyBBS properly to fit your needs.*N"
  22.  
  23. Echo "But now the eazy part, the assigns.*N"
  24. Echo "Put them into your s:User-Startup or write a small startup-script."
  25. Echo "It's totally on yours.  Okay, here's what you need:*N"
  26. Echo "        Assign MB:      *"$dest2*""
  27. Echo "        Assign MB_TMP:   MB:TMP"
  28. Echo "        Assign MB_DATA:  MB:Data"
  29. Echo "        Assign MB_USER:  MB:User"
  30. Echo "        Assign MB_BOARD: MB:Board"
  31. Echo "        Assign MB_FILES: MB:Files"
  32.  
  33. MakeDir TMP Board Files User Intern >NIL:
  34. Assign MB:      "$dest2"
  35. Assign MB_TMP:   MB:TMP
  36. Assign MB_DATA:  MB:Data
  37. Assign MB_USER:  MB:User
  38. Assign MB_BOARD: MB:Board
  39. Assign MB_FILES: MB:Files
  40.  
  41. Echo "*NPress [RETURN] for more!" NOLINE
  42. Echo ? >nil:
  43. Echo "*EM*E[K" NOLINE
  44.  
  45. Echo "And even more assigns. Some add-ons ...*N"
  46. Echo "        Assign LIBS: MB:Libs ADD"
  47.  
  48. Assign LIBS: MB:Libs ADD
  49.  
  50. Echo "*NNo big deal, eh?   You need the EazyBBS binaries in your DOS"
  51. Echo "search path.  If you want to call EazyBBS binaries from other"
  52. Echo "programs (Cron, ToolManager etc.) be sure that you add the new"
  53. Echo "path early in your s:User-Startup before any other programs are"
  54. Echo "launched.  That's important, believe me ...*N"
  55. Echo "        Path MB:C ADD"
  56.  
  57. Path MB:C ADD
  58.  
  59. Echo "*NYou'll need a large stack.  Sorry for that, but I love to"
  60. Echo "make use of the stack in my programs.  50000 bytes are enough.*N"
  61. Echo "        Stack 50000"
  62.  
  63. Stack 50000
  64.  
  65. Echo "*NPress [RETURN] for more!" NOLINE
  66. Echo ? >nil:
  67. Echo "*EM*E[K" NOLINE
  68.  
  69. If NOT EXISTS libs:xprzmodem.library
  70.     Echo "Oh shit, there's no xprzmodem.library in your libs: directory."
  71.     Echo "EazyBBS needs xprzmodem.library 2.0+ (e.g. from Fred Fish #236)"
  72.     Echo "Get it... or you will run into problems!
  73.     Quit
  74. EndIf
  75.  
  76. Echo "*N*NWe're finished with the installation."
  77. Echo "*N Thank you.*N"
  78.  
  79. Quit
  80.  
  81. ; comment
  82.  
  83. echo "*e[33mEazyBBS*e[0m needs some public domain programs in"
  84. echo "your c: directory to give you best results:"
  85. echo " - Arc 0.23"
  86. echo " - TArc                   (Turbo-Arc)"
  87. echo " - Zoo"
  88. echo " - LZ/LhArc"
  89. echo " - UnZip 3.0              (special version)"
  90. echo " - DMS/TestDMS/ViewDMS"
  91. echo " - GIFhdr"
  92. echo " - IFFhdr"
  93. echo " - WarpCheck"
  94. echo " - ZoomCheck"
  95. echo " - Crc                    (from SKsh)"
  96. echo " - Run                    (Commodore's Original Version)"
  97.  
  98.